GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / GetWrappedTextLineCount Method





In This Topic
GetWrappedTextLineCount Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function GetWrappedTextLineCount( _
   ByVal FontResName As String, _
   ByVal Width As Single, _
   ByVal HorizontalAlignment As TextAlignment, _
   ByVal Text As String, _
   ByVal UseFontBBox As Boolean _
) As Integer
public int GetWrappedTextLineCount( 
   string FontResName,
   float Width,
   TextAlignment HorizontalAlignment,
   string Text,
   bool UseFontBBox
)
public function GetWrappedTextLineCount( 
    FontResName: String;
    Width: Single;
    HorizontalAlignment: TextAlignment;
    Text: String;
    UseFontBBox: Boolean
): Integer; 
public function GetWrappedTextLineCount( 
   FontResName : String,
   Width : float,
   HorizontalAlignment : TextAlignment,
   Text : String,
   UseFontBBox : boolean
) : int;
public: int GetWrappedTextLineCount( 
   string* FontResName,
   float Width,
   TextAlignment HorizontalAlignment,
   string* Text,
   bool UseFontBBox
) 
public:
int GetWrappedTextLineCount( 
   String^ FontResName,
   float Width,
   TextAlignment HorizontalAlignment,
   String^ Text,
   bool UseFontBBox
) 

Parameters

FontResName
Width
HorizontalAlignment
Text
UseFontBBox
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members